Skip to content

Improved docs on accept_mutex_delay #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

muhammedsirajudeen
Copy link

Proposed changes

While reading the docs especially the accept_mutex_delay section the sentence there bugged me quiet a bit. So I just added two words that would make reading that it a bit more easier

If [accept_mutex](https://nginx.org/en/docs/ngx_core_module.html#accept_mutex) is enabled, specifies the maximum time during which a worker process will try to restart accepting new connections if another worker process is currently accepting new connections.

to

If [accept_mutex](https://nginx.org/en/docs/ngx_core_module.html#accept_mutex) is enabled, **this directive** specifies the maximum time during which a worker process will try to restart accepting new connections if another worker process is currently accepting new connections.

Part of documentation

I know this is isnt a big deal but it kinda bugged me a lot while reading it.

Checklist

Before creating a PR, run through this checklist and mark each as complete:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant